/** Shopify CDN: Minification failed

Line 118:2 Expected identifier but found "*"
Line 549:3 Expected identifier but found "*"
Line 550:3 Expected identifier but found "*"
Line 848:3 Expected identifier but found "*"
Line 866:1 Expected identifier but found "*"
Line 1234:3 Expected identifier but found "*"
Line 1236:3 Expected identifier but found "*"
Line 1284:3 Expected identifier but found "*"
Line 1290:3 Expected identifier but found "*"
Line 2052:25 Unexpected "{"
... and 4 more hidden warnings

**/
/*
 * London 1.0
 * Copyright 2016 Pixel Supply, LLC
 * http://www.pixelsupply.co 
*/

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



body {min-height: 100%;}
.slicknav_menu {display:none;}
.alpha {padding-left:0 !important;margin-left: 0 !important;}
.omega {padding-right:0 !important;margin-right: 0 !important;}


/*----------- General Styles ------------*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}




body {
  background:  #ffffff  no-repeat center center;
  font-size: 24px;
  color: #494949;
  letter-spacing: ;
  font-family: Roboto Slab;
  font-weight: ; 
  margin: 0;
}

section {
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


a { color: #000000;text-decoration:none; }

a:hover { color: #3ef0e9; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}


h1, h2, h3, h4, h5, h6 {
  color: ;
  letter-spacing: 0px;
  font-family: Oswald;
  font-weight: normal;
  text-transform: uppercase
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}


p {
  margin: 5px 0 10px;
  line-height:1.8em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  color: #494949;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 1;
}

h1 {
  font-size: 34.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

ul,
ol {
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 1.3;
  list-style-type:none;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style-type: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

ul li {
  list-style-type: disc;
  list-style-position:inside;
}

ol li {
  list-style-type: decimal; 
  list-style-position: inside;
}

ul.unstyled li,
ol.unstyled li {
  margin-left: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 8px solid #3a3838;
}


blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/*-------------- Header -------------*/

.top-header-message {
  background-color:#000000;
  padding:10px 0;
}

.top-header-message a {
  color:#ffffff;
  font-size: 14px;
  font-weight: normal;
}

#header-wrap, .logo.header { 
	background-color:#ffffff !important;
  
}


ul.shop-links { margin: 0;text-align:right; }

input.search-query {margin-top:3px;}

.shop-links li {
 	display:inline-block;
  	margin-right:5px;
  	font-size: 19px;
  	
}

.shop-links li a {
  	color:#000000;
  	font-size: 18px;
  	font-weight: normal;
  	text-transform: uppercase;
  font-family: Oswald !important
}

.shop-links li a:hover {
  	color:#3ef0e9;
}

.shop-links span {
    vertical-align: middle;
	margin: 0 2px;
}

/* ------------- Logo --------------- */


.logo h1 {
 	font-size: 60px;
  	margin:-10px 0 -10px 0 !important;
  	padding:0px;
  	width:auto;
    
    text-align:center;
    
    max-height:200px
}

.logo img {
  max-width:200px;width:200px;
  height:auto;
}

/* ------------- Navigation --------------- */

.nav-bar-sticky-wrapper {max-height:55px;}

.navigation-wrapper {
 	padding: 0; 
 	background-color: #ffffff; 
    border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
 	position: relative;
 	z-index: 3;
 	margin:0 !important;
    width:100%;
  	box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  	position: relative;
  	z-index: 10;
}

.nav-container {
 	background-color:black; 
}

.search-btn {
 	margin: 0px 0 0 0;
  	background-color: transparent !important; 
 	color: #777 !important;
    border:none;
    vertical-align: middle;
  	position: absolute;
  	right: 15px;
  	top: 5px;
}

.search-btn:hover {
  	background-color: transparent !important;
  	color:#999;
}

.nav {
  	margin-bottom: 20px;
  	margin-left: 0;
  	list-style: none;
}

.nav > li > a {
  	display: block;
}

.nav > li > a:hover {
  	text-decoration: none;
}

.nav > li > a > img {
  	max-width: none;
}



.navbar {
  	*position: relative;
  	*z-index: 2;
  	overflow: visible;
}

.navbar-inner {
  	min-height: 29px;
}

.navbar-inner:before,
.navbar-inner:after {
  	display: table;
  	line-height: 0;
  	content: "";
}

.navbar-inner:after {
  	clear: both;
}

.navbar .container {
  	width: auto;
}

.nav-collapse.collapse {
  	height: auto;
  	overflow: visible;
}

.navbar .brand {
  	display: block;
  	float: left;
  	margin-left: -20px;
  	font-size: 20px;
  	font-weight: 200;
  	color: #777777;
  	text-shadow: 0 1px 0 #ffffff;
  
}


.navbar .nav {
  	position: relative;
  	display: block;
  	margin: 0 auto;
  	text-align:center;
}	

.navbar .nav > li {
  	display: inline-block;
  	margin: 0;
}


.navbar .nav > li > a {
  	font-size: 24px;
  	color: #000000;
  	letter-spacing: 0px;
  	font-family: Oswald;
  	font-weight: normal;
  	text-transform: uppercase;
  	float: none;
    
    padding:15px 21px 15px;
    
  	transition: all .2s ease-in;
  	-webkit-transition: all .2s ease-in;
  	-moz-transition: all .2s ease-in;
  	-ms-transition: all .2s ease-in;
}

.navbar .nav > li > a:hover {
  	color: #3ef0e9;
}

.menu ul {
  	position: absolute;
  	top: 45px;
  	background-color: #ffffff;
  	border: 1px solid #e3e0e1;
  	z-index: 100;
  	visibility: hidden;
  	max-width: 200px;
  	margin-left: 20px;
  	padding: 10px 12px;
  	border-top:none;
  	padding-right:0px;
  	-webkit-transition: top 300ms;
	-moz-transition: top 300ms;
	-o-transition: top 300ms;
	transition: top 300ms;
   	opacity:0;
  	z-index:2;
  	box-shadow:0px 2px 4px rgba(0,0,0,.06)
}

ul.menu ul li {
  	display: inline-block;
  	text-align:left;
  	padding: 0;
  	width:100%;
}

.menu ul li a, .menu ul li ul li a {
  	display:block;
  	font-size: 16px;
  	font-weight: Normal;
  	color: ;
  	padding: 0 0 10px 0;
}

/* sub-sub-level dropdown */
.menu ul ul {
    left: 70%;
  	position: absolute;
  	border: none !important;
  	visibility: hidden;
  	width: 200px;
  	padding: 10px;
  	top:5px;
  	margin-left:0px;
  	border-top: 1px solid #e3e0e1 !important;
  	border-right: 1px solid #e3e0e1 !important;
  	border-bottom: 1px solid #e3e0e1 !important;
  	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
  	opacity:0;
  	z-index:1;
}

.menu ul li ul li {
 	float:none; 
  	width:90%;
}

.menu ul li span.arrow {
  	float: right;
  	margin-right: 10px;
}



/* show dropdown ul's on hover */


.menu li:hover > ul  {
  	visibility: visible;
  	top:46px;
  	opacity:1;
}

.menu span.arrow {
  	font-size: 11px;
  	margin-top: 2px;
  	float: right;
  	margin-left: 2px;
}

.menu li ul li:hover > ul {
 	left:100%; 
  	visibility: visible;
  	top:5px;
  	opacity:1;
}


/*--------------- Content Block -----------*/

.content {
 	background-color: #ffffff;
  	
}



/* -------------- Forms ---------------*/

form {
}

fieldset {
  	padding: 0;
  	margin: 0;
  	border: 0;
}

legend {
  	display: block;
  	width: 100%;
  	padding: 0;
  	margin-bottom: 20px;
  	font-size: 21px;
  	line-height: 40px;
  	color: #333333;
  	border: 0;
  	border-bottom: 1px solid #e5e5e5;
}

legend small {
  	font-size: 15px;
  	color: #999999;
}

label,
input,
button,
select,
textarea {
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 20px;
}

input,
button,
select,
textarea {
}

label {
  	display: block;
  	margin-bottom: 0px;
  	margin-top:10px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  	display: inline-block;
  	padding: 10px;
  	margin-bottom: 10px;
  	font-size: 14px;
  	line-height: 1;
  	color: #323030;
  	vertical-align: middle;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
  	box-shadow: none;
  	border: 1px solid #e4e4e4;
  	background-color: #ffffff;
  	font-size:12px;
}

input,
textarea,
.uneditable-input {
  	width: 100%;
}

textarea {
  	height: auto;
}


select,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  	-webkit-box-shadow: none;
  	box-shadow:none !important;
  	outline: none;


}

input[type="radio"],
input[type="checkbox"] {
  	margin: 4px 0 0;
  	margin-top: 1px \9;
  	*margin-top: 0;
  	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  	width: auto;
}

select,
input[type="file"] {
  	height: 30px;
  	/* In IE7, the height of the select element cannot be changed by height, only font-size */
	*margin-top: 4px;
  	/* For IE7, add top margin to align select with labels */
  	line-height: 30px;
}

select {
    width: 150px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #494949;
    margin: 0 0 10px 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0 0px 0px 10px;
    background-image: url("//www.mavibandz.com/cdn/shop/t/5/assets/arrow-down.png?v=49651092026692169011492104652"); 
	background-repeat: no-repeat;
	height: 45px;
    background-size: 9%;
	background-position: 90% 47%;
   
}

select:focus { outline: 0 !important;}

select[multiple],
select[size] {
  	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  	outline: thin dotted #333;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #999999;
}


input.search-query {
  	padding-right: 14px;
  	padding-right: 4px \9;
  	padding-left: 14px;
  	padding-left: 4px \9;
  	/* IE7-8 doesn't have border-radius, so don't indent the padding */
  	margin-bottom: 0;
}

table {
  	max-width: 100%;
  	background-color: transparent;
  	border-collapse: collapse;
  	border-spacing: 0;
}


.btn {
  	color: #ffffff;
  	background-color: #000000;
  	letter-spacing: ;
  	font-weight: ;
  	display: inline-block;
  	padding: 10px 35px ;
  	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
  	text-transform: uppercase;
  	border: none;
  	margin-bottom:20px;
  	transition: all .2s ease-in;
  	-webkit-transition: all .2s ease-in;
  	-moz-transition: all .2s ease-in;
  	-ms-transition: all .2s ease-in;
  	font-family: Oswald;
  	font-size:18px;
}

.btn:hover {
  	color: #3ef0e9;
  	background-color: #ffffff;
}

.btn:focus {outline:none;}

form .btn {
  	padding: 10px 20px;
  	margin-bottom: 10px;
  	line-height: 1;
  	font-size:12px;
  	font-family: Oswald;
  	letter-spacing:3px;
}

form .btn.add-to-cart {
  	height: auto;
  	line-height: 1em;
  	margin: 0px 0 10px;
  	padding: 20px 25px;
  	float:none;
  	display:inline-block;
}


/* --------- Footer ---------------*/


#footer-wrap {
    padding-top: 20px;
  	color: #333;
    text-transform:uppercase;
  	letter-spacing:0px;
  	background-color: #f2f2f2;
  	
}
    

.footer-bottom-image img {
 	 width:100%;
}

h4.footer-header {
  	font-size: 18px;
  	color: #000000;
  	letter-spacing: ;
  	font-family: ;
  	font-weight: normal;
  	text-transform: uppercase;
}

.footer-nav li a {
  	font-size: 16px;
  	color: #494949;
  	letter-spacing: ;
  	font-family: Oswald;
  	font-weight: ;
  	text-transform: ;
  	padding-bottom: 10px;
}

.footer-nav li a:hover {
  	color: #adadad;
}

.social-media-sprite ul {
  	margin-top:0px;
  	margin-bottom:0px;
  	text-align:left;
}

.social-media-sprite ul li {
  	display:inline-block;
  	margin-right:8px;
}

.social-media-sprite li a, .copyright-row a {color: #494949;}

.social-icon {
  	font-size: 16px; 
}

.social-media-sprite li a {font-size:18px;}

footer input.contact_email {
    width: 70%;
  	height: 50px;
}

footer input.btn {
 	height: 48px; 
}

.copyright-row {
  	padding: 0 0 40px 0;
 	margin:0 auto;
  	font-size:10px;
  	text-align:center;
    font-family: Oswald;
}

.card-icons {
 	font-size: 24px; 
}





/*------------ Home Page -----------------*/


.promo {
  overflow:hidden;
  max-height:450px
}

/* Common style */
 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	text-align: center;
	cursor: pointer;
}

 figure img {
	position: relative;
	display: block;
	height: 100%;
	max-width: 100%;
    width:100%;
}

 figure figcaption {
	padding: 5em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
   	border-top: 10px solid white;
    border-bottom: 10px solid white;
    border-right: 5px solid white;
    border-left: 5px solid white;
}

 figure figcaption::before,
 figure figcaption::after {
	pointer-events: none;
}

 figure figcaption,
 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

 figure h2 {
	font-weight: 300;
}

 figure h2 span {
	font-weight: bold;
}

 figure h2,
 figure p {
	margin: 0;
}

 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.promo-with-effect {
	background-color: #222;
}

figure.promo-with-effect img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

figure.promo-with-effect:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.promo-with-effect h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
  	font-weight:normal;

}

figure.promo-with-effect p {
	margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #000;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);

} 

figure.promo-with-effect:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.promo-with-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure h2 {
color:white;
}

figure.promo-newsletter figcaption {
  width:55%;
}

.promo {
    overflow: hidden;
    padding: 0px;
    margin: 10px;
}

@media (max-width:768px) {
  .promo {width:100%;max-width:100%;margin:0px;max-height:350px;} 
}


/*------------ Collection Page -------------*/



.breadcrumb {
  	padding: 8px 15px;
  	margin: 0 0 20px;
  	list-style: none;
  	background-color: #f5f5f5;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb > li {
  	display: inline-block;
  	*display: inline;
  	text-shadow: 0 1px 0 #ffffff;
  	*zoom: 1;
}

.breadcrumb > li > .divider {
  	padding: 0 5px;
  	color: #ccc;
}

.breadcrumb > .active {
  	color: #999999;
}

#collection-sidebar-wrapper {
  	max-width:285px;
}

h3.sidebar-list-header {
  	font-size:16px;
}

.collection-sidebar ul li {
 	list-style-type:none; 
  	margin-bottom:5px;
}

.collection-title h1 {display:inline-block;width:auto;}

.sort-menu {
  	display:inline-block;
  	float:right;
  	margin-right:15px;
  	margin-top:10px;
}

.sort-by-label {
  	display:inline-block;
  	vertical-align:middle;
  	text-transform:uppercase;
  	width:auto;
  	margin-right:10px;
}

.pagination {
  	margin: 20px 0;
}

.pagination ul {
  	display: inline-block;
  	*display: inline;
  	margin-bottom: 0;
  	margin-left: 0;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  	*zoom: 1;
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  	display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  	float: left;
  	padding: 4px 12px;
  	line-height: 20px;
  	text-decoration: none;
  	background-color: #ffffff;
  	border: 1px solid #dddddd;
  	border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  	background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  	color: #999999;
  	cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  	color: #999999;
  	cursor: default;
  	background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  	border-left-width: 1px;
  	-webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  	-webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
  	-moz-border-radius-bottomleft: 4px;
  	-moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  	-webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  	-moz-border-radius-topright: 4px;
  	-moz-border-radius-bottomright: 4px;
}

.quick-view {
 	display:block;
  	position:absolute;
  	right:5px;
  	top:-30px;
  	background-color:#f9f9f9;
  	padding:5px;
  	font-size:14px;
  	z-index:2;
}


/*------------ Product Image Hover -------------*/

.product-image {
  	position: relative;
  	width:95%;
  	margin: 0 auto;
}

.view-switch {
    position: relative;
  	width:100%;;
  	margin: 0 auto;
    text-align:center;
    overflow:hidden;
}
.view-switch a > img{
    width: auto;
    position: relative;
    /* transitions */
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    margin:0 auto !important;
    
}

.view-switch .hover {
 	display:none; 
}

.view-switch.secondary .normal {
 	display:none; 
}

.view-switch.secondary .hover {
    display:block;
}


/*--------------- Product Page --------------*/

.grid-product-main {width:100%;display:inline-block;}

.grid-product a {
  	transition: all .3s linear;
    -webkit-transition: all .3s linear; /** Chrome & Safari **/
    -moz-transition: all .3s linear; /** Firefox **/
    -o-transition: all .3s linear; /** Opera **/
}

.grid-product img {
  	transition: all .3s linear;
    -webkit-transition: all .3s linear; /** Chrome & Safari **/
    -moz-transition: all .3s linear; /** Firefox **/
    -o-transition: all .3s linear; /** Opera **/
  	max-height:200px !important
}

.collection-product-info {
	font-weight:100;
	position: relative;
	bottom: 0;
  	width:100%;
}

.collection-product-info.slide-up {
	font-weight:100;
	text-align: left;
	position: absolute;
	bottom: -130px;
  	width:100%;
  	background-color:rgba(0,0,0,.6);
  	color:white;
}

.collection-product-info.slide-up .product-title {
  	color:white;
}


.slide-up .product-details {
  	padding-left:10px;	 
}
    
.breadcrumbs {
	position: relative;
}

.breadcrumbs a {
  	color: #000000
}

.breadcrumbs a:hover {
  	color: 
}

nav.breadcrumb.a-center {
    text-transform: uppercase;
    font-size: 12px;
}

.product-images{
	overflow: hidden; 
}


.product-title {
    text-transform: uppercase;
	font-weight: normal;
    font-family: Oswald;
}

a.product-vendor {
 	font-size: 11px;
    text-transform: none;
    margin-top:0px;
    color: #999;
}

.product-price {
    /*font-size: 13px;*/
  	font-size: 18px;
    text-transform: uppercase;
	font-size: normal;
}
    
.product-description {
  	line-height:1.6;
    
}

.product-options {
}

.product-options h3 {
	margin-bottom:0;
}

p#product-price {
 	padding: 20px 0 0; 
}

.product-page-price {
  	font-size: 18px;
  	color: ;
}

.plus-note {
	font-size:18px;
	font-weight: 100;
}

.reviews {
	padding:30px 0;
}

.at15t_email, .at16nc.at16t_email {
	background-position: 0 -1152px;
	display: none;
}

.related {
	padding:30px 0;
}

#product-slider {
  	max-height:1000px
}


#product-slider .flex-viewport {
 	width: 400px; 
}


#product-slider .flex-control-thumbs {   
	width: 15%;
	position: absolute;
	top: 0;
	text-align: center;

}

#product-slider .flex-control-thumbs li, #product-slider .flex-control-thumbs li:first-child {
	width: 100%;
	vertical-align: top;
	margin: 0px 0 10px 0;
}

#product-slider ul.slides {width:80%;}


.selector-wrapper {display:none !important;}


.thumbnail-images li {margin-bottom:10px;}

.signup-row {padding:40px 0}

.mobile-menu-social li {
 	list-style-type:none;
  	display:inline-block;
  	margin-right:5px;
  	font-size:21px;
}

.product-tags li {
 	list-style-type:none;
  	display:inline-block;
  	margin-right:5px;
}

.product-tags li a {
  	display:block;
  	font-size:12px;
}

input.quantity {
    padding: 14px 8px;
    width: 60px;
    display: inline;
    margin-bottom: 1em;
}

.inline-block {
 	display:inline-block;
  	vertical-align:middle;
  	
    margin-top: 20px;
}

/*--------------- Cart Page --------------------*/

.subtotalcart {margin:0 auto !important;}

.updatecart {margin:0 auto !important;}

.table-caption a{color:#111}.data-table{font-size:12px;width:100%}

.data-table a{color:#666;text-decoration:none}

.data-table a:hover{text-decoration:underline}

.data-table .even{background-color:#f5f5f5}

.data-table th {
	border-bottom:1px solid #ccc;
    color:#000;padding:0 15px 10px 15px;
    white-space:nowrap
}

@media all and (max-width: 980px) and (min-width: 0){
    .data-table th {
      padding:8px 4px;
      white-space:normal;
      text-align:left
    }
}
  .data-table tbody td{padding:15px;text-align:center}
  
@media all and (max-width: 980px) and (min-width: 0) {
    .data-table tbody td{padding:8px 4px;text-align:left}
}

.data-table tfoot td {
    border-bottom:1px solid #ccc;
  	padding-top:1px;
  	padding-bottom:1px
}
  
.data-table .a-center,.data-table .nobr,.data-table .wrap{white-space:nowrap}

@media all and (max-width: 980px) and (min-width: 0) {
    .data-table .a-center,.data-table .nobr,.data-table .wrap{
      white-space:normal;
    }
}

@media (max-width: 980px) and (min-width: 0){ 
   #cart {margin:0 0 20px 0}
}
  
#cart a{text-decoration:none}
#cart a:hover{text-decoration:underline}
#cart h1{border-bottom:1px solid #ccc;
    color:#8d8d8d;
    font-size:22px;
    margin:40px 10px 20px 10px;
    padding:0 0 10px 0;
    text-transform:uppercase
}

@media all and (max-width: 980px) and (min-width: 0) { 
    #cart h1{
      color:#000;
      font-size:20px;
      margin:0 10px;
      padding:20px 10px
    }
}

#cart form {
    font-size: 13px;
    margin: 0 10px;
    padding-top: 20px
}
#cart .data-table th {
    color: #333;
    font-size: 12px;
}
#cart .data-table td {
    vertical-align: middle
}
#cart .data-table .image {
    width: 220px;
    text-align: left
}
#cart .data-table .product-name {
    text-align: left
}
#cart .data-table .product-name h2 {
    font-size: 14px;
    margin-bottom: 6px
}
#cart .data-table .product-name h2 a {
    color: #111
}
#cart .data-table .product-name .item-options {
    color: #666;
    font-size: 12px
}
#cart .data-table .product-name .item-msg {
    color: #ff3000;
    font-size: 12px;
    margin-top: 8px;
    width: 65%
}
#cart .data-table .product-name .edit {
    font-size: 12px;
    margin-top: 8px
}
#cart .data-table .subtotal {
    text-align: right
}
#cart .data-table input.qty {
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: center
}
#cart .data-table tfoot td {
    overflow: hidden
}
#cart .data-table .mobile-label {
    display: none
}
@media all and (max-width: 980px) and (min-width: 0) {
    #cart .data-table {
        border-collapse: collapse;
        line-height: 1.2em
    }
    #cart .data-table thead,
    #cart .data-table tfoot {
        display: none
    }
    #cart .data-table tbody tr {
        background: transparent;
        border-bottom: 1px solid #ccc;
        display: block;
        float: left;
        margin-bottom: 20px;
        overflow: hidden;
        padding-bottom: 20px;
        width: 100%
    }
    #cart .data-table tbody td {
        display: block;
        padding: 0 0 2px 0;
        text-align: left;
        width: auto
    }
    #cart .data-table .subtotal {
        text-align: left
    }
    #cart .data-table .image {
        float: left;
        margin-right: 20px;
        width: auto
    }
    #cart .data-table .product-name h2 {
        margin-bottom: 2px
    }
    #cart .data-table .product-name .item-options {
        padding-bottom: 6px
    }
    #cart .data-table .product-name .item-msg {
        padding-bottom: 6px;
        width: 100%
    }
    #cart .data-table .btn-remove,
    #cart .data-table .edit,
    #cart .data-table input[type=checkbox] {
        display: none
    }
    #cart .data-table .quantity {
        padding: 5px 0
    }
    #cart .data-table .link-remove {
        color: #000;
        display: block;
        padding-top: 6px;
        text-decoration: underline
    }
    #cart .data-table .mobile-label {
        display: inline
    }
}
#cart .btn-update {
    background: transparent;
    border: 0;
    font-size: 12px;
    float: right;
    margin: 12px 0
}

#cart .totals {
    float: right;
    margin: 30px 10px 0 10px
}
@media all and (max-width: 980px) and (min-width: 0) {
    #cart .totals {
        float: none;
        margin: 0 10px;
        position: relative
    }
}
#cart .totals button {
    background: #111;
    border: 0;
    color: #fff;
    display: block;
    float: right;
    
    font-size: 18px;
    line-height: 1em;
    margin: 0;
    padding: 14px 24px;
    text-decoration: none;
    text-transform: uppercase
}
@media all and (max-width: 980px) and (min-width: 0) {
    #cart .totals button {
        float: none;
        padding: 14px 10px;
        text-align: left;
        width: 100%
    }
}

#shopping-cart-totals-table {
    font-size: 13px;
    width: 220px
}
@media all and (max-width: 980px) and (min-width: 0) {
    #shopping-cart-totals-table {
        margin-bottom: 20px;
        width: 100%
    }
}
#shopping-cart-totals-table .a-right {
    text-align: right
}
#shopping-cart-totals-table td,
#shopping-cart-totals-table th {
    padding: 0 0 20px 0
}
@media all and (max-width: 980px) and (min-width: 0) {
    #shopping-cart-totals-table td,
    #shopping-cart-totals-table th {
        padding: 5px 10px
    }
}
#shopping-cart-totals-table td:first-child,
#shopping-cart-totals-table th:first-child {
    text-align: left
}
#shopping-cart-totals-table tfoot td {
    
    font-size: 18px
}

  
  #shopping-cart-totals-table 
  .btn-remove{display:none}
  
  #cart .data-table input.qty {
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: center;
    width:60px;
}

/* 
   Swatches Styles
*/



.swatch { 
  	margin:0;
  	width:100%;
  	display:inline-block;
}
/* Label */
.swatch .header {
  	margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  	display:none;
}
.swatch label {
  	/* To give width and height */
  	float:left;
  	/* Color swatches contain no text so they need to have a width. */
  	min-width:50px !important; 
  	height:40px !important;
  	/* No extra spacing between them */
  	margin:0;
  	/* The border when the button is not selected */
  	
  	/* Background color */
  	background-color:transparent;
  	/* Styling text */
  	font-size:13px;
  	text-align:center;
  	line-height:35px;
  	white-space:nowrap;
  	text-transform:uppercase;
  	border:#ddd 1px solid;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  	border-color: transparent;
  	border:#494949 1px solid;
} 
.swatch .swatch-element {
  	float:left;
  	-webkit-transform:translateZ(0); /* webkit flicker fix */
  	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  	/* Spacing between buttons */
  	margin:0px 10px 10px 0;
  	/* To position the sold out graphic and tooltip */
  	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  	filter: alpha(opacity=60); /* internet explorer */
  	-khtml-opacity: 0.6;      /* khtml, old safari */
  	-moz-opacity: 0.6;       /* mozilla, netscape */
  	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  	text-align:center;
  	background:gray;
  	color:#fff;
  	bottom:100%;
  	padding: 10px;
  	display:block;
  	position:absolute;
  	width:100px;
  	left:-23px;
  	margin-bottom:15px;
  	/* Make it invisible by default */
  	filter:alpha(opacity=0);
  	-khtml-opacity: 0;
  	-moz-opacity: 0;
  	opacity:0;
  	visibility:hidden;
  	/* Animations */
  	-webkit-transform: translateY(10px);
  	   -moz-transform: translateY(10px);
  	    -ms-transform: translateY(10px);
  	     -o-transform: translateY(10px);
  	        transform: translateY(10px);
  	-webkit-transition: all .25s ease-out;
  	   -moz-transition: all .25s ease-out;
  	    -ms-transition: all .25s ease-out;
  	     -o-transition: all .25s ease-out;
  	        transition: all .25s ease-out;
  	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  	   -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  	    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  	     -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  	        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  	z-index: 10000;
  	-moz-box-sizing:border-box; 
  	-webkit-box-sizing:border-box; 
  	box-sizing:border-box;
}
.swatch .tooltip:before {
  	bottom:-20px;
  	content:" ";
  	display:block;
  	height:20px;
  	left:0;
  	position:absolute;
  	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  	border-left:solid transparent 10px;
  	border-right:solid transparent 10px;
  	border-top:solid gray 10px;
  	bottom:-10px;
  	content:" ";
  	height:0;
  	left:50%;
  	margin-left:-13px;
  	position:absolute;
  	width:0;
}
.swatch .swatch-element:hover .tooltip {
  	filter:alpha(opacity=100);
  	-khtml-opacity:1;
  	-moz-opacity:1;
  	opacity:1;
  	visibility:visible;
  	-webkit-transform:translateY(0px);
  	   -moz-transform:translateY(0px);
  	    -ms-transform:translateY(0px);
  	     -o-transform:translateY(0px);
  	        transform:translateY(0px);
}
.swatch.error {
  	background-color:#E8D2D2!important;
  	color:#333!important;
  	padding:1em;
  	border-radius:5px;
}
.swatch.error p {
  	margin:0.7em 0;
}
.swatch.error p:first-child {
  	margin-top:0;
}
.swatch.error p:last-child {
  	margin-bottom:0;
}
.swatch.error code {
  	font-family:monospace;
}

/* #Tabs
================================================== */
  ul.tabs { 
    display: block;
    margin: 0px 0 10px 0;
    padding: 0;
    border-bottom: solid 1px #d7d4d3;
    border-top: 0;
    list-style: none outside; 
    margin-left: 0;
  	float:left;
  	width:100%;
    background-color:white;
}
ul.tabs li { 
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    border: 0 
    list-style: none outside; 
    margin-left: 0;
    background-color:#ddd !important;
}

ul.tabs li:nth-child(1), {
  	background-color: #bbb !important;
}

ul.tabs li:nth-child(2) {
  	background-color: #ccc !important;
}
ul.tabs li:nth-child(3) {
  	background-color: #ddd !important;
}
ul.tabs li:nth-child(4) {
  	background-color: #eee !important;
}

ul.tabs li:hover {
  	background-color: transparent !important;
}

ul.tabs li a { 
    display: block; 
    text-decoration: none;
    width: auto; 
    height: 29px; 
    padding: 0px 20px; 
    line-height: 30px; 
    border: solid 1px #d7d4d3;
    border-width: 1px 0 0 1px; 
    margin: 0;  
    /*background: #ffffff;*/
    font-size: 13px;
}

ul.tabs li a.active { 
    background-color: #eee;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-right-width: 1px;
    margin: 0 -1px 0 0;
    color: #111;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
}

ul.tabs li:first-child a {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px; 
}

ul.tabs li:last-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; 
}

ul.tabs-content { margin: 0; display: block; border: 0;padding:20px;background-color:#eee;}

ul.tabs-content > li { display:none; border: 0;}

ul.tabs-content > li.active { display: block; border: 0;}
  
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; 
}

ul.tabs:after {
    clear: both; 
}

ul.tabs {
    zoom: 1; 
}


/*-------------- Videos --------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------- Blog ----------------*/

ul.articles li {
  	list-style-type:none;
  	display: inline-block;
	width: 33%;
	vertical-align: top;
}

ul.articles li h2 {
 	font-size:17px;
}

.article-contents {padding:10px;}

.article-banner {
  	margin:0px !important;
 	width:100%;
  	max-height:100%;
  	background-size:cover;
    background-size: center bottom;
}

.article-heading {
}

.article-heading h1 {
  	text-align: center;
  	font-weight:bold;
}

.article-heading .date {
}

.article-body {
}



.article-body p {
  	margin: 0 auto 20px auto;
}

.post {
  
}

.post-header {
  
}

.post-excerpt {
    color: #666; 
    font-size: 16px;
    padding: 25px 0;
    border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

.post-excerpt p {
 	line-height:1.7; 
  	margin-bottom: 20px;
}

.post-body {
    padding: 25px 0;
    border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

.post-body {
 	line-height:1.7;
  	margin-bottom: 20px;
}

.post-footer {
  
}

.comment-content h5 {
  	font-weight:bold;
  	font-size: 16px;
  	margin-top:0px;
	margin-bottom:0px;
}

.comments-list li {
	width:100%;
  	list-style-type:none;
  	margin-bottom:20px;
  	padding: 10px 0;
  	border-bottom: 1px solid #ddd;
}

.comments-list li .gravatar-img {
  	display: inline-block;
  	vertical-align: top;
  	margin-right: 10px;
  	margin-bottom:10px;
}

.comments-list li .comment-content {
  	display: inline-block;
  	vertical-align: top;
}

.comments-list li .date-published {
  	font-size:12px;
}

/*------------------ Gallery Page --------------------*/

.media_slider ul li {
    display:inline-block; 
    margin: 20px 15px;
    width:198px;
    text-align:center;
    
}

/*------------------ Newsletter Popup ---------------*/

.message {padding:40px 70px;}

.newsletter h2 {
 	font-size:40px; 
    font-weight:bold;
    margin-top:0px !important;
    color:#282626;
}

.newsletter p {
 	font-size:16px; 
   	max-width:400px;
  	line-height: 1;
	margin-bottom: 30px;
  	color:#282626;
}

.newsletter .contact_email {
     height:40px;
     line-height:40px;
     padding: 0 20px;
  	 width:220px;
  	 color:black;
  	 margin-bottom:0px;
}

.newsletter .sign_up {
   	padding:0px 35px;
  	height:40px;
  	display:inline-block;
  	border:none;
  	color: #ffffff;
  	background-color:#5cc2cd;
  	letter-spacing: ;
  	font-weight: ;
  	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
  	text-transform: uppercase;
  	transition: all .2s ease-in;
  	-webkit-transition: all .2s ease-in;
  	-moz-transition: all .2s ease-in;
  	-ms-transition: all .2s ease-in;
  	font-family: Roboto Slab;
}

.newsletter .sign_up:hover {
  	color: #ffffff;
  	background-color:#6ee1ee
}

input.contact_email.newsletter-page {
	width: 100%;
    background-color: white;
    border: 1px solid #555;
    padding: 10px;
    height: 55px;
    max-width: 400px;
  	color:#555;
  	font-size:16px;
}

.newsletter-page-btn {height:55px;padding: 15px 40px !important;}

#page-actions {
 	    float: left;
    width: 100%; 
}




/*------------------- Libraries ---------------------*/

/* Bootstrap 3
================================================== */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
 content: " ";
}

.clearfix:after {
 clear: both;
}

.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width:1240px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width:1400px;
  }
}


.row-fluid, .row {
}

.row-fluid:after, .row:after {
  clear: both;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: " ";
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:10px 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  #Menu li {margin: 0 10px;}
  
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  #Menu li {
float: left;
position: relative;
list-style: none;
margin: 0 10px;
padding: 0;
}
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
  .flex-caption {
   	top:-10% !important; 
  }
  .flex-caption h1 {
   	font-size:27px !important; 
    line-height:1 !important;
    text-align:center !important;
    color:white !important;
  }
  
  .flex-caption p {
   	font-size:20px !important; 
    line-height:1 !important;
    text-align:center !important;
    color:white !important;
  }
  
  .flex-caption .btn, .flex-caption .btn-ghost {
   	font-size:12px;
    padding:5px 10px !important;
    color:white !important;
    border-color: white !important;
    margin:5px auto !important;
  }
  
  .flex-caption .a-left {text-align:center !important;}
  
  .flexslider .slides li {
	background-color: #222;
  }
  
  .flexslider .slides li a img {opacity:.6}
  
  .advert h4 {
position: absolute;
top: 20%;
padding: 10px;
color: white;
width: 95%;
font-size: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* #jQuery FlexSlider v2.1
================================================== */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav, .flex-direction-nav li {margin: 0; padding: 0; list-style: none; border: none;} 
ul.slides li {border:none; padding: 0; margin-bottom: 0; position: relative;list-style-type:none !important}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; padding-top:0px;margin-bottom:10px}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides img { 
  display: block;
  max-width: 100%; height: auto; margin: 0 auto;
}

  #home-slider .slides img {
    width:100%;
  }
  

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; clear:both; overflow: hidden;margin-bottom: 0px; width:100%;}
.flex-viewport { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.flexslider .slides li {text-align: center}
.carousel li {margin-right: 5px;border: 0}

.flex-caption {margin:0; width: 100%; position: absolute; top: 10%; color: #fff;)
  }
.flexslider .headline {font-size: 65px; margin-bottom:15px; margin-top: 110px; line-height: 60px; position: relative;
 }
.flexslider p.subtitle { font-size: px; line-height: 1; margin-bottom:25px; font-weight: normal; margin-top: 0px;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 60px; height: 60px; margin: -20px 0 0; display: block; background: url(//www.mavibandz.com/cdn/shop/t/5/assets/arrow_sprite.png?v=89686763557355430631492104652) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -120px; right: -36px; }
.flex-direction-nav .flex-prev {background-position: 0 -60px; left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 20px; right: 3%; width: auto;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; 
}
.flex-control-nav li a.flex-active {
  background: rgba(255,255,255,0.7);
  cursor: default;
}
.flex-control-paging li a:hover { background: rgba(255,255,255,0.7); }
.flex-control-thumbs {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-thumbs li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-thumbs {position: static; overflow: hidden;}
.flex-control-thumbs li, .flex-control-thumbs li:first-child {width: 22%; vertical-align: top; margin: 15px 4% 0 0;}
.flex-control-thumbs li:nth-child(4n) {margin: 15px 0 0; }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}



.btn-ghost {
	border: none;
	font-family: inherit;
	font-size: 14px;
	color: white;
	background: none;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 1;
  font-family: Oswald;
  
}

.btn-ghost:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  	color:white !important;
}

.btn-ghost {
	overflow: hidden;
    border: 2px solid #ffffff !important;
  	background:transparent;
    color: #ffffff;
}

.btn-ghost:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ffffff !important;
	opacity: 0;
    color: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-ghost:hover,
.btn-ghost:active {
	color: #ffffff !important;
}

.btn-ghost:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-ghost:active:after {
	height: 400%;
	opacity: 1;
}

/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
*/
.cloudzoom-lens {
  border:none;
  border:1px solid #888;
  width:400px;
  height:350px;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
  cursor:pointer;
  z-index: 10;
}
.cloudzoom-zoom {
  background-color: ;
}
.cloudzoom-zoom-inside {
  border:none;
  box-shadow:none;
}
.cloudzoom-caption {
  display:none; 
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-family: sans-serif;
  font-size:11px;
}
.cloudzoom-blank {
  background-image:url('//www.mavibandz.com/cdn/shop/t/5/assets/blank.gif?140');
}
div.cloudzoom-ajax-loader {
  background: #000 url('//www.mavibandz.com/cdn/shop/t/5/assets/fancybox_loading.gif?140') center center no-repeat;
  width: 44px;
  height: 44px;
  opacity: 0.6;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cloudzoom-lens + div { display: none !important }


/* #Fancybox
================================================== */
/*! fancyBox v2.1.2 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #FFFFFF;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .5);
     -moz-box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  	background-image: url("//www.mavibandz.com/cdn/shop/t/5/assets/arrow_sprite.png?v=89686763557355430631492104652");
  	background-position: 0 -180px;
}

#fancybox-loading {
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -22px;
  	margin-left: -22px;
  	background-position: 0 -306px;
  	opacity: 0.8;
  	cursor: pointer;
  	z-index: 8060;
  	-webkit-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-ms-border-radius: 4px;
  	-o-border-radius: 4px;
  	border-radius: 4px;
} 

#fancybox-loading div {
  	width: 44px;
  	height: 44px;
  	background: url("//www.mavibandz.com/cdn/shop/t/5/assets/loader.gif?140") center center no-repeat;
  	background-size: 32px 32px;
  	display: block !important;
}

.fancybox-close {
  	position: absolute;
	top: 0px;
	right: 1px;
	width: 29px;
	height: 30px;
	cursor: pointer;
	z-index: 0;
	background-position: 0 0px;
	background-repeat: no-repeat;
	box-shadow: -2px 1px 6px -1px rgba(0,0,0,.8);
	background-color: rgba(0,0,0,.1);
}

.fancybox-close:hover {
  	background-position: 0 0px;
}

.fancybox-nav {
  	position: absolute;
  	top: 0;
  	width: 40%;
  	height: 100%;
  	cursor: pointer;
  	text-decoration: none;
  	background: transparent url("//www.mavibandz.com/cdn/shop/t/5/assets/blank.gif?140"); /* helps IE */
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	z-index: 8040;
}

.fancybox-prev {
  	left: 0;
}

.fancybox-next {
  	right: 0;
}

.fancybox-nav span {
  	position: absolute;
  	top: 50%;
  	width: 60px;
  	height: 60px;
  	margin-top: -18px;
  	cursor: pointer;
  	z-index: 8040;
  	visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -60px;
}

.fancybox-prev span:hover {
    left: 10px;
    background-position: 0 -60px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -120px;
}

.fancybox-next span:hover {
    right: 10px;
    background-position: 0 -120px;
}

.fancybox-nav:hover span {
  	visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
  	overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color:rgba(0,0,0,.6);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    width: 100%;
}

.fancybox-opened .fancybox-title {
  	visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -28px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 0px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.6);
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    width: 100%;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
  	padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/

nav#menu .search-query {
 	width: 200px;
	float: left; 
}

nav#menu .search-button {

top: 5px;

}
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color:#1d1d1d !important;
}
  .mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; 
      font-size: ;
      color: #ffffff;
      text-transform:uppercase;
      font-weight:normal;
      font-family: Oswald;
}
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 30%;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 27%; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: white;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.01);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.01); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

.mm-page,
#mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mm-page {
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page {
  border: 0px solid rgba(1, 1, 1, 0); }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 1; }
  label.mm-toggle div {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }
  input.mm-toggle:checked ~ label.mm-toggle div {
    float: right; }

label.mm-toggle {
  right: 20px; }
  label.mm-toggle + a,
  label.mm-toggle + span {
    margin-right: 70px; }

a.mm-subopen + label.mm-toggle {
  right: 50px; }
  a.mm-subopen + label.mm-toggle + a,
  a.mm-subopen + label.mm-toggle + span {
    margin-right: 100px; }

em.mm-counter + a.mm-subopen + label.mm-toggle {
  right: 90px; }
  em.mm-counter + a.mm-subopen + label.mm-toggle + a,
  em.mm-counter + a.mm-subopen + label.mm-toggle + span {
    margin-right: 140px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle div {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page .mm-page {
  -webkit-transition-property: -webkit-transform, top, right, bottom, left, border;
  -moz-transition-property: -moz-transform, top, right, bottom, left, border;
  -ms-transition-property: -ms-transform, top, right, bottom, left, border;
  -o-transition-property: -o-transform, top, right, bottom, left, border;
  transition-property: transform, top, right, bottom, left, border; }
html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opening .mm-page,
  html.mm-top.mm-opening #mm-blocker,
  html.mm-top.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker,
  html.mm-right.mm-opening .mm-fixed-top,
  html.mm-right.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opening .mm-page,
  html.mm-bottom.mm-opening #mm-blocker,
  html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle div {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06); }
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle div {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25); }
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle div {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*------------- Alignment Styling --------------*/

.a-left {text-align: left !important;}
.a-right {text-align: right !important;}
.a-center {text-align: center !important;}

.middle-position {float:none;margin:0 auto !important;}

.x-top-margin {
  margin-top:0px;
}

.x-bottom-margin {
  margin-bottom:0px;
}
.x-top-bottom-margin {
  margin-top:0px;
  margin-bottom:0px;
}

.gutter {
  margin-top:40px;
}

/* Mobile Styles */

@media (max-width:991px) {
  
  .logo {
    margin-top:0px !important;
    margin-bottom:0px !important;
    border-bottom:1px solid #ddd; 
  }
  
  .logo img {
    width: auto !important;
    max-height: 70px !important;
  }
  
  .view-switch {min-height:220px;}
  
  .promos {}
  
  .mini-adverts, .promo {
  }
  
  .flexslider {margin-bottom:0px;}
  
  .mobile-blocks .col-xs-3, .mobile-blocks .col-xs-6 {
    vertical-align: middle;
  	height: 100%;
  	display: inline-block;
  	float: none;
  	margin-right: -5px;
  }
  
  .mobile-blocks i {font-size:20px;} 
  
}

@media (max-width:480px) {
  .copyright-row .a-right {text-align:left !important}
  .product-title {font-size:11px;}
  a.product-vendor {
    font-size: 11px;
    text-transform: none;
    margin-top: 4px;
    color: #999;
    float: left;
}
  .collection-product-info {
    font-weight: 100;
    text-align: left;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .collection-product-info p {line-height:1.2;}
  
  .view-switch {min-height:150px;}
  
  .product-options h1 {
    font-size: 20px;
	margin-bottom: 8px;
    margin-top: 0px;
  }
  
  .product-options h4 {
    font-size: 13px;
	margin-top: 5px !important;
  }
  
  p#product-price {
	padding: 5px 0 0;
  }
  
  .flex-caption {
   	top:-50% !important; 
  }
  
  .flex-caption h1 {
   	font-size:20px !important; 
    line-height:1 !important;
    text-align:center !important;
  }
  
  .flex-caption p {
   	font-size:16px !important; 
    line-height:1 !important;
    text-align:center !important;
    margin-bottom:0px !important;
  }
  
  .flex-caption .btn-ghost {
   	font-size:12px;
    padding:5px 10px !important;
    margin:5px auto !important
  }
  
  .advert h4 {
	position: absolute;
	top: 15%;
	padding: 10px;
	color: white;
	width: 95%;
	font-size: 16px;
  }
}

.page-content {
  	padding:20px;
  	display:block;
}

.sold-out-banner, .sale-banner { 
	width: 60px;
    border-radius: 50%;
    height: 60px;
    display: table;
  	position:absolute;
  	left:0px;
  	top:0px;
  	z-index:3;
}

.sold-out-banner {
  color: #ffffff;
  background-color: #000000;
}

.sale-banner {
    color: #ffffff;
    background-color: #3ef0e9;
}

.sold-out-banner p, .sale-banner p {
    padding: 10px;
    margin: 0;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  font-size:14px;
}


.header-links, .header-search, .desktop-blocks .logo {
 	display:inline-block;
  	margin-right:-5px;
  	vertical-align:middle;
  	float:none;
}

